projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27908c4
)
(Fexecute_extended_command): Pass new arg to Fcompleting_read.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 03:24:32 +0000
(
03:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 10 May 1997 03:24:32 +0000
(
03:24
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 958bd3a007c65a1845c164bde8a48bce5315811e..1e19b8161351628257621a8d47f79915e373a3c2 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-7033,7
+7033,7
@@
DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
history list. */
function = Fcompleting_read (build_string (buf),
Vobarray, Qcommandp,
- Qt, Qnil, Qextended_command_history);
+ Qt, Qnil, Qextended_command_history
, Qnil
);
if (STRINGP (function) && XSTRING (function)->size == 0)
error ("No command name given");